# Mild medium horizontal blur (Triangle 2.7px) - between Medium (2.5) and lighterStrong (2.9)
# range -128..128
# sum of line must not exceed the range!
# horizontal coefficients
   0,   64,   64,    0
   0,   59,   69,    0
   0,   55,   73,    0
   0,   49,   76,    3
   0,   43,   78,    7
   0,   37,   80,   11
   0,   32,   81,   15
   0,   27,   82,   19
   0,   22,   84,   22
   0,   19,   82,   27
   0,   15,   81,   32
   0,   11,   80,   37
   0,    7,   78,   43
   0,    3,   76,   49
   0,    0,   73,   55
   0,    0,   69,   59